SPB Git forge

spb/cancerindex

Public
37commits 1branches 0releases
2.9 MBsize
maindefault branch
10 days agolast push
TypeScript 97.2% SQL 1.5% CSS 0.6% JavaScript 0.5%
288 B · 7 lines tsx
Raw Blame History
1import { PageSkeleton } from '@/components/ui/skeleton';23/** Streams immediately while the cancer bundle + tab data load (also guarantees a 200 shell on DB errors → error.tsx). */4export default function Loading() {5  return <PageSkeleton title="Loading cancer entity" tabs={10} />;6}7